home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / xdvi-dos / src / xdvi_cur.h < prev    next >
Text File  |  1992-10-21  |  258b  |  10 lines

  1. #define xdvi_width 15
  2. #define xdvi_height 15
  3. #define xdvi_x_hot 7
  4. #define xdvi_y_hot 7
  5. static short xdvi_bits[] = {
  6.    0x0080, 0x01c0, 0x03e0, 0x06b0,
  7.    0x0c98, 0x188c, 0x3086, 0x7fff,
  8.    0x3086, 0x188c, 0x0c98, 0x06b0,
  9.    0x03e0, 0x01c0, 0x0080};
  10.